home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global gsearchOn
-
- -- if gsearchOn = 1 then
- -- set the visible of sprite 6 to TRUE
- -- else
- -- set the visible of sprite 6 to FALSE
- -- end if
-
- set the visible of sprite 6 to TRUE
-
- set gsearchOn = 1
-
- findScroll
- end enterFrame
-
- on exitFrame
- global gSearchFlag, gKnobState
-
- set gKnobState = 0
- set gSearchFlag = 1
- end exitFrame
-